Load(Stream, SampleQuality, bool)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Mp3


Creates new SoundBuffer for the current output device and loads data from MP3 stream.

Syntax

public static SoundBuffer Load(
	Stream stream,
	SampleQuality quality,
	bool closeStream
)

Remarks

The stream should be finite.
Back to index